IniFloat
IniFloat Filename$, Section$, Key$, Value#
 
Parameters:

    Filename$ = the name of the Ini file
    Section$ = the section name
    Key$ = the key name
    Value# = value to write
Returns: NONE
 

IniFloat sets a float value in an Ini file. If the specified key or section do not exist, the will be autmatically added.
 
Related Info: IniInteger | IniString :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com